home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / games / gaming utilities / qstart / readme.txt < prev    next >
Text File  |  1997-04-10  |  5KB  |  107 lines

  1. QStart v1.1
  2. ===========
  3.  
  4. A Quake front-end for Windows95 and WindowsNT4.0
  5.  
  6. QStart is freeware.  You may distribute this program freely and without charge,
  7. as long as you keep the two files (QStart.exe and this file) together.
  8.  
  9. Note that QStart has NOT been tested on Windows NT.  It should work fine, but I
  10. don't make any promises.  Please let me know if you have any problems.
  11.  
  12. QStart requires mfc40.dll and msvcrt.dll.  These dll's can be obtained from
  13. Microsoft's web site and from many other places on the web.
  14.  
  15. -------------------------------------------------------------------------------
  16.  
  17. QStart is a Quake front-end for Windows95 or WindowsNT.  It allows you to
  18. use your QuakeC mods, user maps, and personal config files without having
  19. to set up individual shortcuts or batch files for each configuration.
  20. QStart also allows you to set a large number of Quake command-line options
  21. using the standard windows property-sheet interface.  Support for WinQuake,
  22. vQuake, and glQuake is included in QStart.
  23.  
  24. QStart offers the unique (among Quake front-ends, as far as I know) preset
  25. feature.  If you run Quake in a number of different ways, as I do, you can
  26. set up each configuration and save it to the section of the windows registry
  27. where QStart stores its data.  Any time you want to run Quake with your
  28. 'preset' options, just run QStart, select the configuration you want from the
  29. Preset box, and hit the 'Quake!' button.  You can save any number of Presets.
  30. This cuts down on system clutter - now you only need one shortcut to QStart
  31. to access all of your Quake set-ups.
  32.  
  33. QStart is mainly intended for single-player and LAN/modem play.  Many great
  34. utilities already exist to manage Quake internet play.  I recommend QSpy to
  35. anyone searching for such a utility.
  36.  
  37.  
  38. Instructions
  39. ------------
  40.  
  41. To use QStart, just copy QStart.exe to any directory you choose.  You may move
  42. it later if you wish.  QStart doesn't care where it is.
  43.  
  44. The first time you run QStart, it will ask for the path where quake.exe is
  45. located.  Sorry, there's no list box to select the directory - you'll have
  46. to type it in.  Don't include the 'quake.exe' portion - just the directory.
  47. You won't have to enter the directory again unless you move quake.
  48.  
  49. Select the options you want, then just hit the 'Quake!' button to play. Easy,
  50. huh?
  51.  
  52. To save a configuration, select the options you want, then press the
  53. 'Save Settings' button on the second tabbed page.  This will bring up a dialog
  54. box where you can type in the name for the preset (up to 256 characters) or
  55. select an existing name.  Pick or enter the name you want and hit OK.
  56.  
  57. If you have trouble making DOS Quake close on exit when using QStart,
  58. make sure that you have a shortcut to quake.exe in your quake directory
  59. with 'close on exit' selected.  It is NOT enough to select 'close on exit'
  60. in the Quake executable file properties box.  I'm not sure why that is,
  61. but I do know you have to have the link for it to close automatically.
  62.  
  63. If you wish to use an .ini file instead of the registry to store QStart's
  64. settings, simply run qstart with the .ini filename on the command line.
  65. For example,
  66.  
  67. qstart.exe c:\quake\settings.ini
  68.  
  69. will use settings.ini to store program information.  If the file does not
  70. exist, QStart will create it.  If the filename contains invalid characters,
  71. or is otherwise invalid, you won't get any warnings, but no information
  72. will be saved.  Also, you cannot delete saved presets when using an .ini
  73. file - you'll have to do that manually.
  74.  
  75. Uninstalling
  76. ------------
  77.  
  78. To uninstall QStart, run the program uninstal.exe (included in the zip file).
  79. Then delete all of the files from the zip.
  80.  
  81. Notes
  82. -----
  83.  
  84. -    QStart only places files that end in .rc and .cfg in the 'Configuration
  85.     Files' list box.  If you have config files with other extensions, you'll
  86.     have to change the extension or exec them yourself in the 'Other' box on
  87.     the second tabbed page.
  88.   
  89. -    If QStart seems to load slowly sometimes, it's because it does.  The
  90.     reason for this is the routine that reads in the maps.  Each .bsp
  91.     QStart finds is searched to verify it contains a level, since some
  92.     .bsp's don't.  This takes a second, but it prevents invalid entries
  93.     in the map box.
  94.  
  95. How to contact the author
  96. -------------------------
  97.  
  98. Ashley Bone
  99. awbone@mindspring.com
  100.  
  101. You can check for updates to QStart at:
  102.  
  103. http://www.mindspring.com/~awbone/quakestuff.html
  104.  
  105. Comments and suggestions are welcome and encouraged.
  106.  
  107. Thanks for trying QStart!!